home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jurassic Jigsaws
/
JURASSIC.BIN
/
mmvdemo.dir
/
00385_Script_resting frame script
< prev
next >
Wrap
Text File
|
1996-09-24
|
297b
|
11 lines
on exitFrame
global gPlaying, gSoundNumber, gWHichTitle
set gSoundNUmber = gSoundNumber + 1
put the number of member (gWhichTitle & gSoundNumber) into tWhichSound
if tWhichSound > 0 then puppetsound tWhichSound
waitforvoiceover
if not gPlaying then
pause
end if
end